JavaScript

A5.PanelLayoutgetState Method

Syntax

A5.PanelLayout.getState()

Returns

stateobject

The complete display state of the panel layout.

Description

Get the current display state of the layout and all its children. Can be used in conjunction with A5.PanelLayout.setState to restore panels to a previously cached state.

Example

// assume pObj is a pointer to a panel class
// assume state is a previous retrieved state object from the A5.PanelLayout.getState method
pObj.setState(state);